-
Notifications
You must be signed in to change notification settings - Fork 218
fix: race condition in workflow reconciler #2549
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Chris Laprun <[email protected]>
Which one is here caused the issue? AFAIK concurrentHashMap should cover those usages here |
I thought so as well but it seems that the results might not be updated correctly with the proper visibility, resulting in conditions tests not seeing the actual results (e.g. in the test that was failing, it seemed like the unmet condition on DR2 was not seen when checking whether DR4 should be reconciled) |
Signed-off-by: Chris Laprun <[email protected]>
Signed-off-by: Chris Laprun <[email protected]>
Signed-off-by: Chris Laprun <[email protected]>
Signed-off-by: Chris Laprun <[email protected]>
Signed-off-by: Chris Laprun <[email protected]>
Signed-off-by: Chris Laprun <[email protected]>
Signed-off-by: Chris Laprun <[email protected]>
Signed-off-by: Chris Laprun [email protected]